home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / vsoup11.zip / pop3.hh < prev    next >
Text File  |  1996-07-29  |  653b  |  23 lines

  1. //  $Id: pop3.hh 1.2 1996/07/29 22:26:49 hardy Exp $
  2. //
  3. //  This progam/module was written by Hardy Griech based on ideas and
  4. //  pieces of code from Chin Huang (cthuang@io.org).  Bug reports should
  5. //  be submitted to rgriech@ibm.net.
  6. //
  7. //  This file is part of soup++ for OS/2.  Soup++ including this file
  8. //  is freeware.  There is no warranty of any kind implied.  The terms
  9. //  of the GNU Gernal Public Licence are valid for this piece of software.
  10. //
  11. //  NNTP client routines
  12. //
  13.  
  14.  
  15. #ifndef __POP3_HH__
  16. #define __POP3_HH__
  17.  
  18.  
  19. int getMail( const char *host, const char *userid, const char *password );
  20.  
  21.  
  22. #endif   // __POP3_HH__
  23.